chore(SEC-10496): upgrade axios to 0.31.1#42
Draft
phantom-autopilot[bot] wants to merge 1 commit intomasterfrom
Draft
Conversation
Pin transitive axios to 0.31.1 via yarn resolutions to address GHSA-pmwg-cvhr-8vh7 (CVE-2026-42043) — incomplete fix for CVE-2025-62718 where NO_PROXY protection is bypassed via RFC 1122 loopback subnet (127.0.0.0/8). axios is brought in only as a transitive dev dependency through appium/selenium packages; using "resolutions" upgrades all locked copies (was 0.28.0) without changing direct dependencies.
Author
|
PR opened by agent |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR adds a Yarn ChangesDependency Resolution
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Author
|
Task completed ✔ Upgrade axios to 0.31.1 |
Author
|
PR opened by agent Draft PR: #42 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
axiosto 0.31.1 via yarnresolutionsto address GHSA-pmwg-cvhr-8vh7 (CVE-2026-42043).NO_PROXYprotection bypassed via the RFC 1122 loopback subnet (127.0.0.0/8). Severity: HIGH. Fix version: 0.31.1.axiosis only a transitive dev dependency (pulled in byappium/seleniumpackages); no direct dependency exists. Usingresolutionsupgrades the locked copy from 0.28.0 → 0.31.1 across all consumers without changing direct dependencies.Linear
Resolves SEC-10496.
Test plan
yarn installsucceeds andyarn.lockresolves a singleaxiosentry at0.31.1.yarn lint(tsc + eslint) passes.__tests__/Alert.test.js(Appium ECONNREFUSED on 127.0.0.1:4723) verified to also fail on the base branch and is unrelated to this change.🤖 Generated with Claude Code
Summary by CodeRabbit